POV-Ray : Newsgroups : povray.advanced-users : f_noise4d : f_noise4d Server Time
29 Jul 2024 06:22:31 EDT (-0400)
  f_noise4d  
From: Pyry
Date: 13 Oct 2002 03:25:04
Message: <web.3da91f6d351cc2ee398d8dbb0@news.povray.org>
I've been experimenting with POV's f_noise3d.
It can be used to simulate POV's turbulence in patterns but it cannot
simulate lambda because the function is 3-dimensional.
I think f_noise4d should do the trick. If you try to get the next turbulence
value from the 4th dimension instead of x,y or z. Lambda is the distance
travelled along the t-axel on each octave (Is it not?).

f_noise4d(x,y,z,t) could also be used in animating 3d-clouds. If you take
the next value from x,y or z the clouds seem to be moving instead of
changing. And if you want the clouds to move along x and change just move
the function along the vector<1,0,0,1>.
Would f_noise5d be needed if you want clouds with lambda?

Do we need a patch to add f_noise4d to POV or does anybody know how to do
4d-interpolation? (the f_noise3d uses 3d-interpolation, right?).


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.